agents.anac.y2011.Gahboninho
Class OpponnentModel.IssuePrediction

java.lang.Object
  extended by agents.anac.y2011.Gahboninho.OpponnentModel.IssuePrediction
Enclosing class:
OpponnentModel

public class OpponnentModel.IssuePrediction
extends java.lang.Object

provides prediction of how important each dispute element is, considering opponent's Behavior and "obsessions"


Field Summary
 double ExpectedWeight
           
 GahbonValueType Issue
           
 Issue IssueBase
           
 
Constructor Summary
OpponnentModel.IssuePrediction()
           
 
Method Summary
 void INIT(Issue I)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ExpectedWeight

public double ExpectedWeight

Issue

public GahbonValueType Issue

IssueBase

public Issue IssueBase
Constructor Detail

OpponnentModel.IssuePrediction

public OpponnentModel.IssuePrediction()
Method Detail

INIT

public void INIT(Issue I)